home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 145
/
Gekkan Dennou Club - 2000.6 Vol. 145 (Japan).7z
/
Gekkan Dennou Club - 2000.6 Vol. 145 (Japan) (Track 1).bin
/
ikap
/
grp
/
font
/
ts.bas
< prev
next >
Wrap
BASIC Source File
|
1999-06-15
|
285b
|
19 lines
int i,j,pl
dim char dat(255)
screen 0,2,1,1
spfile_def("fnt_1.sp",0)
for i=0 to 15
for j=0 to 15
sp_pat(i*16+j,dat,0)
put(j*8,i*8,j*8+7,i*8+7,dat)
next
next
for i=0 to 127
for j=0 to 127
pl=point(127-j,127-i)
fill(254-j*2,254-i*2,255-j*2,255-i*2,pl)
next
next